type google.golang.org/grpc.ccBalancerWrapper

16 uses

	google.golang.org/grpc (current package)
		balancer_wrapper.go#L62: type ccBalancerWrapper struct {
		balancer_wrapper.go#L85: func newCCBalancerWrapper(cc *ClientConn) *ccBalancerWrapper {
		balancer_wrapper.go#L87: 	ccb := &ccBalancerWrapper{
		balancer_wrapper.go#L105: func (ccb *ccBalancerWrapper) MetricsRecorder() stats.MetricsRecorder {
		balancer_wrapper.go#L112: func (ccb *ccBalancerWrapper) updateClientConnState(ccs *balancer.ClientConnState) error {
		balancer_wrapper.go#L144: func (ccb *ccBalancerWrapper) resolverError(err error) {
		balancer_wrapper.go#L156: func (ccb *ccBalancerWrapper) close() {
		balancer_wrapper.go#L172: func (ccb *ccBalancerWrapper) exitIdle() {
		balancer_wrapper.go#L181: func (ccb *ccBalancerWrapper) NewSubConn(addrs []resolver.Address, opts balancer.NewSubConnOptions) (balancer.SubConn, error) {
		balancer_wrapper.go#L211: func (ccb *ccBalancerWrapper) RemoveSubConn(balancer.SubConn) {
		balancer_wrapper.go#L216: func (ccb *ccBalancerWrapper) UpdateAddresses(sc balancer.SubConn, addrs []resolver.Address) {
		balancer_wrapper.go#L224: func (ccb *ccBalancerWrapper) UpdateState(s balancer.State) {
		balancer_wrapper.go#L251: func (ccb *ccBalancerWrapper) ResolveNow(o resolver.ResolveNowOptions) {
		balancer_wrapper.go#L264: func (ccb *ccBalancerWrapper) Target() string {
		balancer_wrapper.go#L273: 	ccb           *ccBalancerWrapper // read-only
		clientconn.go#L637: 	balancerWrapper *ccBalancerWrapper         // Always recreated whenever entering idle to simplify Close.